projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102f4b1
)
(dired-garbage-files-regexp): Finish fixing regexp syntax.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 31 Jul 1998 03:13:19 +0000
(
03:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 31 Jul 1998 03:13:19 +0000
(
03:13
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 9c5ea9ca6b2774e2b2b58c9cc7a43d0bf299077d..19d0b104ac8fc16c0afcf03e2e00f4de3e9d4527 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2238,7
+2238,7
@@
A prefix argument says to unflag those files instead."
"auto save file")))
(defvar dired-garbage-files-regexp
- "\\.log$\\|\\.toc$\\|\\.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$"
+ "\\.log$\\|\\.toc$\\|\\.dvi$
\\
|\\.bak$\\|\\.orig$\\|\\.rej$"
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
(defun dired-flag-garbage-files ()